@charset "UTF-8";
.del_0 img {
  width: 20px;
  text-align: right;
}

.iw .row {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 20px;
  padding-bottom: 7px;
}

.in_all {
  font-family: Arial, "微軟正黑體";
  font-size: 14px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  display: block;
  color: #fff;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  padding-bottom: 10px;
  padding-top: 10px;
  margin: 0px 15px;
  transition: all .4s ease-in-out;
}
.in_all:hover {
  color: var(--main-color);
  background:#fff;
  transition: all .4s ease-in-out;
}

.del_0 {
  float: right;
}

.iqw .iw {
  width: auto;
  padding: 15px;
  background: #fff;
}

.iqw .iw .row{
  display: flex;
  align-items: center;
}

.iw span {
  color: #4a4a4a;
  font-family: Arial, "微軟正黑體";
  font-size: 14px;
}

.iqw .dropdown-menu {
  right: 0 !important;
  left: auto !important;
  width: 290px;
}

.iw .col-md-9 a {
  font-size: 14px;
  color: #333;
  background:#fff;
}

.iw .col-md-9 a:hover{
  color: var(--main-color);
}

.inq2 {
  position: relative;
}

.inq_qu {
  font-size: 14px;
  color: #333;
  height: 21px;
  border-radius: 98em;
  display: inline-block;
  margin-left: 4px;
}

.rwd-table {
  background: #fff;
  overflow: hidden;
}

.rwd-table tr:nth-of-type(2n) {
  background: #fff;
}

.rwd-table th, .rwd-table td {
  margin: 0.5em 1em;
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 16px;
  padding-top: 16px;
}

.rwd-table {
  min-width: 100%;
  margin-bottom: 50px;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:before {
  content: attr(data-th) "  ";
  font-weight: bold;
  width: 100%;
  display: block;
}

.rwd-table th, .rwd-table td {
  text-align: left;
}

.rwd-table th, .rwd-table td:before {
  color: #313131;
  font-weight: bold;
}

@media (min-width: 768px) {
  .rwd-table td:before {
    display: none;
  }

  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }

  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
    width: 150px;
  }

  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }

  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
}
@media screen and (max-width: 996px) {
  .iqw .dropdown-menu {
    right: auto;
    left: 0 !important;
    width: 100%;
  }
}